crypto/sha512.digest.function (field)

22 uses

	crypto/sha512 (current package)
		sha512.go#L88: 	function crypto.Hash
		sha512.go#L92: 	switch d.function {
		sha512.go#L144: 	switch d.function {
		sha512.go#L175: 	case d.function == crypto.SHA384 && string(b[:len(magic384)]) == magic384:
		sha512.go#L176: 	case d.function == crypto.SHA512_224 && string(b[:len(magic512_224)]) == magic512_224:
		sha512.go#L177: 	case d.function == crypto.SHA512_256 && string(b[:len(magic512_256)]) == magic512_256:
		sha512.go#L178: 	case d.function == crypto.SHA512 && string(b[:len(magic512)]) == magic512:
		sha512.go#L212: 	d := &digest{function: crypto.SHA512}
		sha512.go#L219: 	d := &digest{function: crypto.SHA512_224}
		sha512.go#L226: 	d := &digest{function: crypto.SHA512_256}
		sha512.go#L236: 	d := &digest{function: crypto.SHA384}
		sha512.go#L242: 	switch d.function {
		sha512.go#L257: 	if d.function != crypto.SHA512_224 && d.function != crypto.SHA512_256 {
		sha512.go#L283: 	if d.function != crypto.SHA512_224 && d.function != crypto.SHA512_256 {
		sha512.go#L290: 	switch d0.function {
		sha512.go#L334: 	if d.function != crypto.SHA384 {
		sha512.go#L347: 	d := digest{function: crypto.SHA512}
		sha512.go#L358: 	d := digest{function: crypto.SHA384}
		sha512.go#L368: 	d := digest{function: crypto.SHA512_224}
		sha512.go#L378: 	d := digest{function: crypto.SHA512_256}